home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- text style -->
- <TextStyles>
- <TextStyle name="ChannelName" color="White" size="12"/>
- <TextStyle name="ShowTitle" color="Yellow" size="16"/>
- <TextStyle name="ButtonText" color="White" size="11"/>
- </TextStyles>
-
- <!-- placements -->
- <Placements>
- <Placement name="PopupBackground" loc="9,12" size="82,75"/>
- <Placement name="FirstOption" loc="50.0,20" offset="7.0"/>
- <Placement name="OkButton" loc="40,80"/>
- <Placement name="CancelButton" loc="56,80"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
- <CompositeImage name="OptionNormal" size="77,7">
- <DrawText text="@optionName" loc="5,0" size="25,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
- <DrawText text="@optionValue" loc="29,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="OptionSelected" size="77,7">
- <DrawCommonImage name="GeneralSelection"/>
- <DrawText text="@optionName" loc="5,0" size="25,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
- <DrawText text="@optionValue" loc="29,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="PopupBackground" size="82,75">
- <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
- </CompositeImage>
- </CompositeImages>
- </settings>